home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / instal.zip / LOBOTOMY.H < prev    next >
Text File  |  1991-06-12  |  2KB  |  37 lines

  1. #define NOGDICAPMASKS     //- CC_*, LC_*, PC_*, CP_*, TC_*, RC_
  2. #define NOVIRTUALKEYCODES //- VK_*
  3. //#define NOWINMESSAGES     //- WM_*, EM_*, LB_*, CB_*
  4. //#define NOWINSTYLES       //- WS_*, CS_*, ES_*, LBS_*, SBS_*, CBS_*
  5. //#define NOSYSMETRICS      //- SM_*
  6. #define NOMENUS           //- MF_*
  7. //#define NOICONS           //- IDI_*
  8. #define NOKEYSTATES       //- MK_*
  9. //#define NOSYSCOMMANDS     //- SC_*
  10. #define NORASTEROPS       //- Binary and Tertiary raster ops
  11. //#define NOSHOWWINDOW      //- SW_*
  12. #define OEMRESOURCE       //- OEM Resource values
  13. //#define NOATOM            //- Atom Manager routines
  14. #define NOCLIPBOARD       //- Clipboard routines
  15. //#define NOCOLOR           //- Screen colors
  16. //#define NOCTLMGR          //- Control and Dialog routines
  17. #define NODRAWTEXT        //- DrawText() and DT_*
  18. //#define NOGDI             //- All GDI defines and routines
  19. //#define NOKERNEL          //- All KERNEL defines and routines
  20. //#define NOUSER            //- All USER defines and routines
  21. //#define NOMB              //- MB_* and MessageBox()
  22. //#define NOMEMMGR          //- GMEM_*, LMEM_*, GHND, LHND, associated routines
  23. #define NOMETAFILE        //- typedef METAFILEPICT
  24. //#define NOMINMAX          //- Macros min(a,b) and max(a,b)
  25. //#define NOMSG             //- typedef MSG and associated routines
  26. //#define NOOPENFILE        //- OpenFile(), OemToAnsi, AnsiToOem, and OF_*
  27. #define NOSCROLL          //- SB_* and scrolling routines
  28. #define NOSOUND           //- Sound driver routines
  29. //#define NOTEXTMETRIC      //- typedef TEXTMETRIC and associated routines
  30. #define NOWH              //- SetWindowsHook and WH_*
  31. #define NOWINOFFSETS      //- GWL_*, GCL_*, associated routines
  32. #define NOCOMM            //- COMM driver routines
  33. #define NOKANJI           //- Kanji support stuff.
  34. #define NOHELP            //- Help engine interface.
  35. #define NOPROFILER        //- Profiler interface.
  36. #define NODEFERWINDOWPOS  //- DeferWindowPos routines
  37.